projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58bae80
)
(strout): Fix whitespace.
author
Andreas Schwab
<schwab@suse.de>
Fri, 8 Sep 2006 11:38:58 +0000
(11:38 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Fri, 8 Sep 2006 11:38:58 +0000
(11:38 +0000)
src/print.c
patch
|
blob
|
history
diff --git
a/src/print.c
b/src/print.c
index e56c231d30a2eaa4a3c29b8686c06e54437a6e03..13354763f902efc3d4c690c68a9b162684400d66 100644
(file)
--- a/
src/print.c
+++ b/
src/print.c
@@
-413,7
+413,7
@@
strout (ptr, size, size_byte, printcharfun, multibyte)
if (size == size_byte)
{
for (i = 0; i < size; ++i)
- insert_char ((unsigned char
)
*ptr++);
+ insert_char ((unsigned char
)
*ptr++);
}
else
{